home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
G DATA AddOns
/
avk10test.exe
/
NotStart
/
copysys.bat
< prev
next >
Wrap
DOS Batch File
|
2000-02-07
|
329b
|
28 lines
if not exist C:\MSDOS.SYS goto LabelD
SYS C: A:
goto end
:LabelD
if not exist D:\MSDOS.SYS goto LabelE
SYS D: A:
goto end
:LabelE
if not exist E:\MSDOS.SYS goto LabelF
SYS E: A:
goto end
:LabelF
if not exist F:\MSDOS.SYS goto LabelG
SYS F: A:
goto end
:LabelG
SYS C: A:
:end
ver > a:\ready.$$$